-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update README and package.json #2026
Conversation
✅ Deploy Preview for brilliant-pasca-3e80ec ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just one suggestion
@@ -8,21 +8,21 @@ This website is built with [Starlight](https://starlight.astro.build/), a docume | |||
|
|||
### Local Development | |||
|
|||
- Make sure all the dependencies for the website are installed: | |||
- Make sure all the dependencies for the website are installed. Because this is a monorepo, you should run the following command in the root of the project folder: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe something like "should run the following in this project folder (/packages/documentation)" to differentiate from the "root"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just assumed the person would install the dependencies throughout the repo. Because when we make changes to the dependencies on the repo, the pnpm-lock is updated outside the repo anyway.
packages/documentation/package.json
Outdated
"@types/react": "^18.2.28", | ||
"@types/react-dom": "^18.2.13", | ||
"astro": "3.2.3", | ||
"@interledger/docs-design-system": "^0.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
080d71c
to
1e7477b
Compare
Sadly, Playwright just updated itself, so the ridiculous build issue on Netlify is bacccckkkkkk. Given that Playwright did the release on 12 Oct 2023, we should take note of the time it takes for Netlify deploy to clear its cache.
Update: the pipeline turned green on 19 Oct 2023
The same has happened to our docs-styleguide as well on the Github pipeline, refer to interledger/docs-styleguide#7. We should take note of how long Github takes to clear its cache as well.
Changes proposed in this pull request
Context
Closes #2025
Checklist
fixes #number